home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
hard
/
drivr
/
ScanTek4_2.lha
/
ScanTek
/
Rexx
/
ST_USLegal.strx
< prev
next >
Wrap
Text File
|
1997-04-18
|
718b
|
27 lines
/*
* $VER: ST_USLegal.strx 1.0 (16.04.97) Waldemar Zöhner
*
* Requirements: ScanTek V3.0 or higher
*
* Description: This is a ARexx script to set a specific scanning
* frame.
*
* Uses: RC contains the Errorlevel of each ScanTek command
* SCANTEK.LASTERROR contains the related error string
* RESULT contains the result of some ScanTek command
*
*/
OPTIONS FAILAT 100
OPTIONS RESULTS
/* This is the primary ScanTek ARexx port */
ADDRESS SCANTEK1
/* Set Frame Size */
/* Template : FRAMESIZE Orig_unit X-origin Y-origin Dim_unit Width Height */
FRAMESIZE INCH 0 0 INCH 8.5 14 IGNORE_SIZE
EXIT